/* 公共样式表css */
@charset "utf-8";

/* 必要布局样式css */

#new_box {
	width: 100%;
	padding: 0px 0px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 0px;
}

.new_con {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}

.newtel {
	height: 30px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 25px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #000;
	display: none;
}

.new_telst {
	width: 664px;
	margin: 0 auto;
	position: relative;
	top: 6px;
	text-align: center
}

.new_telst li {
	width: 166px;
	line-height: 30px;
	text-align: center;
	float: left;
	display: inline;
	font-family: "微软雅黑";
	cursor: pointer;
}

.new_telst li.newon {
	color: #22afbb;
	font-weight: bold;
}

.new_telst p {
	position: absolute;
	top: 49px;
	left: 0px;
	width: 166px;
	height: 7px;
	border-top: 1px solid #22afbb;
	overflow: hidden;
	text-align: center;
}

.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 9px;
	border-color: #22afbb #fff #fff #fff;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}

.new_lst {

	position: relative;
	overflow: hidden;
	display: none;
	margin-top: 10px;
	padding-top: 20px;
}

.new_lst ul {
/*	position: absolute;
	left: 0px;*/
}

.new-wrap {
	margin-top: 30px;
}

.new-wrap .show {
	display: block;
}

.mr0 {
	margin-right: 0px;
}



